ArcFM Responder Mobile Developer Guide
CreateNewElement(String) Method






Syntax
'Declaration
 
Protected Overloads Overridable Function CreateNewElement( _
   ByVal elementName As System.String _
) As System.Configuration.ConfigurationElement
'Usage
 
Dim instance As BaseConfigurationElementCollection(Of TConfigurationElementType)
Dim elementName As System.String
Dim value As System.Configuration.ConfigurationElement
 
value = instance.CreateNewElement(elementName)
protected virtual System.Configuration.ConfigurationElement CreateNewElement( 
   System.string elementName
)
protected function CreateNewElement( 
    elementName: System.String
): System.Configuration.ConfigurationElement; virtual; 
protected function CreateNewElement( 
   elementName : System.String
) : System.Configuration.ConfigurationElement;
protected: virtual System.Configuration.ConfigurationElement* CreateNewElement( 
   System.string* elementName
) 
protected:
virtual System.Configuration.ConfigurationElement^ CreateNewElement( 
   System.String^ elementName
) 

Parameters

elementName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseConfigurationElementCollection<TConfigurationElementType> Class
BaseConfigurationElementCollection<TConfigurationElementType> Members
Overload List

Send Feedback